projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dc6b00
)
* lisp/gnus/mm-decode.el (mm-convert-shr-links):
author
Katsumi Yamaoka
<yamaoka@jpl.org>
Mon, 25 Jul 2016 23:46:58 +0000
(23:46 +0000)
committer
Katsumi Yamaoka
<yamaoka@jpl.org>
Mon, 25 Jul 2016 23:46:58 +0000
(23:46 +0000)
Preserve key bindings that shr adds (bug#23964).
lisp/gnus/mm-decode.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/mm-decode.el
b/lisp/gnus/mm-decode.el
index c5039537285f71a17e77b505f678e9e92f70d9ef..4b3f10c2e191ceeb760766f706e4eb25d160717f 100644
(file)
--- a/
lisp/gnus/mm-decode.el
+++ b/
lisp/gnus/mm-decode.el
@@
-1853,8
+1853,6
@@
If RECURSIVE, search recursively."
:help-echo (get-text-property start 'help-echo)
:keymap (setq keymap (copy-keymap shr-image-map))
(get-text-property start 'shr-url))
- ;; Remove keymap that `shr-urlify' adds.
- (put-text-property start end 'keymap nil)
;; Mask keys that launch `widget-button-click'.
;; Those bindings are provided by `widget-keymap'
;; that is a parent of `gnus-article-mode-map'.